home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom5.dxr / 00056.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  280 b   |  18 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     HotSpots(10, 17)
  5.     HotSpots(19, 30)
  6.     HotSpots(40, 43)
  7.   end if
  8.   if act = 1 then
  9.     if rollOver(45) or rollOver(46) then
  10.       cursor([901, 902])
  11.     else
  12.       cursor(-1)
  13.     end if
  14.     Loopframe()
  15.   end if
  16.   Loopframe()
  17. end
  18.